home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / pipeline / 3_10 / Printers / NEC / NecP2200b < prev   
Encoding:
Text File  |  1990-01-14  |  2.4 KB  |  85 lines

  1.     PipeDream printer drivers
  2.  
  3.     This driver is for the NEC P2200. 
  4.  
  5.     Created 30-Oct-89
  6.  
  7.                 Description
  8.  
  9. PON    ESC "@" ESC "R" 0            Printer on string
  10. POFF                Printer off string
  11. EP    12            End of page string
  12. LF    Y            Linefeeds on
  13.  
  14.     On    Off    Off at CR?    Description
  15.  
  16. H1    ESC "-" 1    ESC "-" 0    Y    Underlined text
  17. H2    ESC "E"    ESC "F"    Y    Bold text
  18. H3    ESC "W" 1    ESC "W" 0    N    Elongated text
  19. H4    ESC "4"    ESC "5"    Y    Italics
  20. H5    ESC "S" 1    ESC "T"    Y    Subscript downup
  21. H6    ESC "S" 0    ESC "T"    Y    Superscript updown
  22. H7    15    18    N    Alternative font
  23. H8    ESC 120 1    ESC 120 0    N    User defined (NLQ)
  24.  
  25.     Translations
  26.       All translations assume the IBM character set (USA mode)
  27.  
  28. "¡"    ESC "R" 7 91 ESC "R" 0            inverted exclamation
  29. "£"    156            pound
  30. "¤"    ESC "R" 5 36 ESC "R" 0             currency symbol
  31. "¥"    ESC "R" 8 92 ESC "R" 0            yen
  32. "¦"    ESC "R" 8 124 ESC "R" 0            broken vertical bar
  33. "§"    ESC "R" 1 93 ESC "R" 0
  34. "¨"    ESC "R" 1 126 ESC "R" 0            diaresis
  35. "°"    248            ring
  36. "¿"    ESC "R" 7 93 ESC "R" 0            inverted query
  37. "Ä"    ESC "R" 2 91 ESC "R" 0            Capital A umlaut
  38. "Å"    ESC "R" 4 93 ESC "R" 0            Capital A ring
  39. "Æ"    ESC "R" 4 91 ESC "R" 0            Capital AE
  40. "É"    ESC "R" 5 64 ESC "R" 0            Capital E acute
  41. "Ñ"    ESC "R" 7 92 ESC "R" 0            Capital N tilde
  42. "Ö"    ESC "R" 2 92 ESC "R" 0            Capital O umlaut
  43. "Ø"    ESC "R" 4 92 ESC "R" 0            Capital O slash
  44. "Ü"    ESC "R" 2 93 ESC "R" 0            Capital U umlaut
  45. "ß"    ESC "R" 2 126 ESC "R" 0            double s
  46. "à"    ESC "R" 1 64 ESC "R" 0            a grave
  47. "á"    ESC "R" 11 64 ESC "R" 0            a acute
  48. "ä"    ESC "R" 2 123 ESC "R" 0            a umlaut
  49. "å"    ESC "R" 4 125 ESC "R" 0            a ring
  50. "æ"    ESC "R" 4 123 ESC "R" 0            ae
  51. "ç"    ESC "R" 1 92 ESC "R" 0            c cedilla
  52. "é"    ESC "R" 1 123 ESC "R" 0            e acute
  53. "è"    ESC "R" 1 125 ESC "R" 0            e grave
  54. "ì"    ESC "R" 6 126 ESC "R" 0            i grave
  55. "í"    ESC "R" 11 123 ESC "R" 0            i acute
  56. "ñ"    ESC "R" 7 124 ESC "R" 0            n tilde
  57. "ò"    ESC "R" 6 124 ESC "R" 0            o grave
  58. "ó"    ESC "R" 11 125 ESC "R" 0            o acute
  59. "ö"    ESC "R" 2 124  ESC "R" 0            o umlaut
  60. "ø"    ESC "R" 4 124 ESC "R" 0            o slash
  61. "ù"    ESC "R" 1 124 ESC "R" 0            u grave
  62. "ú"    ESC "R" 11 126 ESC "R" 0            u acute
  63. "ü"    ESC "R" 2 125 ESC "R" 0            u umlaut
  64.  
  65.     Greek characters (must be ASCII 160 onwards)
  66. " "    228            sigma (160)
  67. "À"    233            theta (192)
  68. "Á"    232            small theta (193)
  69. "Â"    224            alpha (194)
  70. "Ã"    235            delta (195)
  71. "¶"    227            Pi    (182) 
  72. "µ"    230            mu    (181)
  73. "€"    251            square root (148)
  74. "½"    171            half (187)
  75. "¼"    172            quarter (186)
  76. "«"    174            less than less than 171
  77. "»"    175            greater than 185
  78. "÷"    246            divided sign (247)
  79.  
  80. HMIP    27 "M" 27 32            HMI prefix
  81. HMIS                HMI suffix
  82. HMIO    246            HMI offset
  83.  
  84.     End of PipeDream printer driver
  85.